home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / dlibsrc.arc / STKSIZ.C < prev    next >
Encoding:
Text File  |  1987-12-11  |  104 b   |  6 lines

  1. /*
  2.  *    Default _STKSIZ variable declaration
  3.  */
  4.  
  5. unsigned long _STKSIZ = 4096;        /* 4K stack+heap */
  6.